home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 3
/
goldfish_volume_3.bin
/
files
/
text
/
misc
/
cvt
/
scripts
/
dos->amiga.cvt
< prev
next >
Wrap
Text File
|
1995-01-23
|
2KB
|
104 lines
/*
* smart IBM/MS-DOS -> Amiga
*/
13,10->10; // CR,LF to LF
/*
26->; // EOF
*/
128->199; // ,C
129->252; // ü
130->233; // é
131->226; // â
132->228; // ä
133->224; // à
134->229; // å
136->234; // ê
137->235; // ë
138->232; // è
139->239; // ï
140->238; // î
141->236; // ì
142->196; // -
143->197; // Å
144->200; // È
145->230; // µ
146->198; // Æ
147->244; // ô
148->246; // ÷
149->242; // ò
150->251; // û
151->249; // ·
152->255; //
153->214; // +
154->220; // _
155->231; // ç
156->163; // Ú
157->165; // Ñ
160->225; // ß
161->237; // Ø
162->243; // ó
163->218; // +
164->241; // ±
165->209; // +
166->170; // ¬
167->186; // |
168->191; // +
170->172; // ¼
171->189; // +
172->188; // ¼
173->161; // begin_exclamation
174->171; // ½
175->187; // »
225->223; // ~
227->182; // +
230->181; // µ
237->216; // Ø
241->177; // %
246->247; // ÷
248->176; // /
249->183; // +
253->178; // *
// BEGIN `smart'
/**/
176->47; // /
177->37; // %
178->42; // *
179->124; // | (vert)
180->43; // + (left,vert)
182->43; // +
183->43; // +
184->43; // +
186->124; // |
189->43; // + (bottom,right)
190->43; // +
191->43; // + (top,right)
192->43; // + (bottom,left)
193->43; // + (bottom,up)
194->43; // +
195->43; // + (vert,right)
196->45; // -
199->43; // +
205->61; // =
207->43; // +
209->43; // +
211->43; // + (bottom,left)
212->43; // +
213->43; // +
214->43; // + (top,left)
217->43; // + (bottom,right)
218->43; // + (top,left)
219->35; // #
220->95; // _
221->124; // |
223->126; // ~
240->61; // =
254->42; // *
/**/
// END `smart'